Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

212
Views
Configure el elemento en v-select presionando un botón -> @change no se activa

tengo un boton

 <v-btn v-if="getEnviroment" @click="fillOther" > fillOther </v-btn>

en la página visible solo para el host local. Un clic en este botón debería seleccionar el primer elemento del v-select.

Configurar el elemento es simple:

 fillOther () { this.inputForm.tsi = 69 }

El problema es que el evento @change no se activa a través de esto.

¿Cómo puedo activar el evento @change en el v-select?

 <v-select id="TsiAuswahl" v-model.trim="inputForm.tsi" :items="tsiItems" label="Leistungsart" item-text="anzeigetext" item-value="wert" data-test="tsi" :return-object="false" @change="onChangeTSI" > <template v-slot:item="{item }" > <span :id="'tsiSelect_listItem_' + item.id">{{ item.anzeigetext }}</span> </template> </v-select>

¡Gracias de antemano!

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!